home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / pmenv.zip / HELP.RC < prev    next >
Text File  |  1993-03-01  |  1KB  |  31 lines

  1.  
  2. /*****************************************************************/
  3. /* Help Table Definition                                         */
  4. /*                                                               */
  5. /* The main help table is defined including the window for which */
  6. /* help will be displayed, the help subtable which references    */
  7. /* the help panels and the panel id for the extended help panel  */
  8. /*****************************************************************/
  9.  
  10. #define EXTENDED_HELP_PANEL_ID  1
  11. #define SUBTABLE_DLG            2
  12.  
  13. HELPTABLE DID_DLG
  14. BEGIN
  15.     HELPITEM DID_DLG,           SUBTABLE_DLG,     EXTENDED_HELP_PANEL_ID
  16. END
  17.  
  18.  
  19. HELPSUBTABLE SUBTABLE_DLG
  20. BEGIN
  21.     HELPSUBITEM DID_RETURN_ADDR,        DID_RETURN_ADDR
  22.     HELPSUBITEM DID_ADDR,               DID_ADDR
  23.     HELPSUBITEM DID_PRINT,              DID_PRINT
  24.     HELPSUBITEM DID_SAVE,               DID_SAVE
  25.     HELPSUBITEM DID_DEFAULTS,           DID_DEFAULTS
  26.     HELPSUBITEM DID_PRINTER_HP,         DID_PRINTER_HP
  27.     HELPSUBITEM DID_PRINTER_GENERIC,    DID_PRINTER_HP
  28.     HELPSUBITEM DID_MARGIN_TOP,         DID_MARGIN_TOP
  29.     HELPSUBITEM DID_MARGIN_LEFT,        DID_MARGIN_LEFT
  30. END
  31.